Operating Systems
epub |eng | 2023-11-15 | Author:Stian Thorgersen & Pedro Igor Silva

Enabling TLS Any request to and from Keycloak should be made through a secure channel. For that, you must enable HTTP over TLS, also known as HTTPS. In a nutshell, ...
( Category: System Administration November 14,2023 )
epub |eng | 2023-11-15 | Author:Nigel Poulton

The first time we deployed the app, Compose checked to see if a volume called counter-vol already existed. It didn’t, so Compose created it. You can see it with the ...
( Category: Virtualization November 10,2023 )
mobi, epub |eng | 2023-09-20 | Author:Desislav Andreev

Account& operator+=(unsigned amount) noexcept { Print(" balance before depositing: ", balance, owner); auto temp{balance}; // {1} std::this_thread::sleep_for(1ms); balance = temp + amount; // {2} Print(" balance after depositing: ", balance, ...
( Category: Programming November 6,2023 )
pdf | | 2023-10-16 | Author:Unknown

( Category: Programming November 1,2023 )
epub, pdf |eng | | Author:David Both

Definitions Let’s define a few terms before going any further: Protocol: A set of formal rules describing how to transmit data, especially across a network. SMTP: Simple Mail Transfer Protocol, ...
( Category: Unix October 10,2023 )
pdf | | | Author:Unknown

( Category: Macintosh October 7,2023 )
epub |eng | | Author:David Both

The sudoers File As a SysAdmin I can use the /etc/sudoers file to allow users or groups of users access to a single command, defined groups of commands, or all ...
( Category: Unix October 6,2023 )
pdf | | | Author:user

( Category: Operating Systems September 21,2023 )
pdf | | 0101-01-01 | Author:Zamzar

( Category: Networking & System Administration September 15,2023 )
epub |eng | | Author:Felipe Cardeneti Mendes & Piotr Sarna & Pavel Emelyanov & Cynthia Dunlop

Examples Let’s take a look at a few examples of user-defined functions. The function serving as the example operates on floating point numbers; given two parameters, it returns the sum ...
( Category: Unix September 12,2023 )
pdf |en | | Author: Chris Stevens

( Category: Macintosh September 3,2023 )